go/types.Checker.implicitTypeAndValue (method)

6 uses

	go/types (current package)
		assignments.go#L49: 		newType, val, code := check.implicitTypeAndValue(x, target)
		expr.go#L606: 	newType, val, code := check.implicitTypeAndValue(x, target)
		expr.go#L632: func (check *Checker) implicitTypeAndValue(x *operand, target Type) (Type, constant.Value, errorCode) {
		expr.go#L696: 				t, _, _ := check.implicitTypeAndValue(x, u)
		operand.go#L264: 				newType, _, _ := check.implicitTypeAndValue(x, t.typ)
		operand.go#L268: 		newType, _, _ := check.implicitTypeAndValue(x, T)